one-time pad
Vernam cipher
#cryptography
#cryptography
Definition
Let , , ,
where denotes bitwise XOR
Proposition
- A one-time pad (OTP) is a perfectly secret encryption scheme (correctness).
$$ - OTP is perfectly secure by previous theorem suffices to show that OTP is perfectly indistinguishable.
References
- Barak, Boaz. An Intensive Introduction to Cryptography, 2021, p. 58. https://intensecrypto.org/public/lec_01_introduction.html
- Vernam, 1917
- Shannon, 1949
- https://github.com/cpeikert/TheoryOfCryptography/blob/master/lec01 - Overview and Perfect Secrecy.pdf